home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Visio / flash / visio10_ui.swf / scripts / DefineButton2_506 / BUTTONCONDACTION on(release, keyPress Enter).as next >
Encoding:
Text File  |  2001-03-22  |  554 b   |  19 lines

  1. on(release, keyPress "<Enter>"){
  2.    fscommand("initializePlaylist");
  3.    _root.per01.gotoAndStop(1);
  4.    _root.per02.gotoAndStop(1);
  5.    _root.per03.gotoAndStop(1);
  6.    _root.per04.gotoAndStop(1);
  7.    _root.per05.gotoAndStop(1);
  8.    _root.per06.gotoAndStop(1);
  9.    _root.per07.gotoAndStop(1);
  10.    _root.per08.gotoAndStop(1);
  11.    _root.per09.gotoAndStop(1);
  12.    _root.per10.gotoAndStop(1);
  13.    _root.per11.gotoAndStop(1);
  14.    _root.per12.gotoAndStop(1);
  15.    _root.per13.gotoAndStop(1);
  16.    _root.per14.gotoAndStop(1);
  17.    _root.per15.gotoAndStop(1);
  18. }
  19.